home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-18 | 675 b | 35 lines | [TEXT/R*ch] |
- (* File test/test.sml, main file for Standard Library test cases *)
- (* Moscow ML Unix version *)
-
- (* open OS; *)
-
- app use
- ["array.sml",
- "array2.sml",
- "arraysort.sml",
- "bytecmac.sml", (* "bytechar.sml", *)
- "date.sml",
- "filesmac.sml", (* "filesys.sml", *)
- "generalmac.sml", (* "general.sml", *)
- "int.sml",
- "list.sml",
- "listpair.sml",
- "listsort.sml",
- "math.sml",
- "real.sml",
- "stringmac.sml", (* "string.sml" *)
- "stringcvt.sml",
- "substring.sml",
- "textio.sml",
- "time.sml",
- "timer.sml",
- "macpath.sml", (* "unixpath.sml", *)
- "vector.sml",
- "word.sml",
- "word8.sml",
- "word8array.sml",
- "word8vector.sml"];
-
- (* ignore(Process.exit Process.success); *)
-
-